if statement
The
if
statement is very similar to the C if statement.
Note that the statements executed inside both the sections of the body can include other
if
statements, as shown below.
Subsections
Example